home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / all.h < prev    next >
C/C++ Source or Header  |  1995-02-07  |  272b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <ctype.h>
  4. #include <string.h>
  5. #include <assert.h>
  6. #ifndef unix
  7. #include <stdarg.h>
  8. #endif
  9. #include "glepro.h"
  10.  
  11. #ifdef EMXOS2           /* a.r. */
  12. #define clreol  v_clreol
  13. #define putch   v_putc
  14. #define cputs   v_puts
  15. #endif
  16.